home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 2354 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: ringer.cs.utsa.edu!jpeacock
  2. From: jpeacock@ringer.cs.utsa.edu (Jason Peacock)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: Can Final Writer do tables?
  5. Date: 17 Feb 1996 05:21:59 GMT
  6. Organization: University of Texas at San Antonio
  7. Message-ID: <4g3oln$d89@ringer.cs.utsa.edu>
  8. References: <rdingem.4enu@grafix.xs4all.nl> <Pine.OSF.3.91.960216024613.8270A-100000@Bayou.UH.EDU>
  9. NNTP-Posting-Host: alamo.cs.utsa.edu
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Nhan Nguyen (st82f@bayou.uh.edu) wrote:
  13. : On Fri, 16 Feb 1996, Ruud Dingemans wrote:
  14. :
  15. : Now is ARexx beautiful or what?  You sure as hell can't do this on a Mac, 
  16. : AFAIK.  If I'd just get cracking on ARexx I might be able to make some 
  17. : macros that people would like, too!
  18.  
  19.    I do believe the Mac now has (as of System 7.5, I think) a scripting
  20.    language called AppleScript (like any of you were surprised at the name).
  21.  
  22.    Like most other aspects of the MacOS, AppleScript has been rigourously
  23.    defined to a very sophisticated level.  As an example, most AppleScript
  24.    aware program can show you how to use application specific commands by
  25.    simply asking the program via the AppleScript port.
  26.  
  27.    The following examples are simply illustrations and not actual script
  28.    code that will work if tried.  I don't know the exact details of
  29.    AppleScript code.
  30.  
  31.       talk to MicrosoftWord
  32.          help commands
  33.  
  34.    This should return a list of available commands that a script can use
  35.    on MSWord.
  36.  
  37.       talk to MicrosoftWord
  38.          help open
  39.  
  40.    Would return a description and template on how to use the open command.
  41.  
  42.    In addition, AppleScript has many built-in commands that allow the user
  43.    to automate repitive tasks and even provide custom help functions.  The
  44.    user can write scripts to open and move windows, draw graphics anywhere,
  45.    not just in a window, and many other things.
  46.  
  47.    Of course, I only spent about 30 minutes going over the features of
  48.    AppleScript about 1.5-2 years ago, but the items described above were
  49.    the ones that stood out most in my head.
  50.  
  51. +--------------------------------------------------------------------+
  52. | Jason Peacock, a poor student  |  Jason_Peacock@fcircus.sat.tx.us  |
  53. | majoring in Computer Science   |  jpeacock@ringer.cs.utsa.edu      |
  54. +--------------------------------------------------------------------+
  55.